This page last changed on Jun 26, 2005 by orogers.

The File State Manager is a State Manager that saves the state for one project to a file. The filename should be stored in either the working directory for the project or in the explicitly specified directory. The filename will match the project name, but will have the extension .state.

Examples

Minimalist example:

<state type="state" />

Full example:
<state type="state" directory="C:\CCNetState" />

Configuration Elements:

Node Description Type Required Default
directory The directory to save the state file to string false The directory CCNet was launched from
Document generated by Confluence on Jun 26, 2005 17:22